@charset "utf-8";
@font-face {
	font-family: 'SANSCN';
	src: url("SOURCEHANSANSCN-REGULAR.OTF");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'DIN';
	src: url("DIN-MEDIUM.OTF");
	font-weight: normal;
	font-style: normal
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

a {
	color: #333;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tCL {
	text-align: left;
}

.tCR {
	text-align: right;
}

.tCC {
	text-align: center;
}

.inline-block {
	display: inline-block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1360px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	display: none;
}


/*============================header==============================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	font-family: 'SANSCN';
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed {
	border-bottom: none;
	background: #4f4f4f;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

.head_top {
	line-height: 100px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head_top {
	line-height: 70px;
}

.head_top .logo {
	font-size: 0;
	padding: 0 40px;
	background: #4f4f4f;
}

.head_top .logo img {
	height: 45px;
	vertical-align: middle;
}

.home {
	background: #1c94de;
	text-align: center;
}

.home a {
	position: relative;
	display: block;
	padding: 0 15px;
	font-size: 14px;
	color: #ffffff;
}

.home img {
	width: 9px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -4.5px;
	z-index: 999;
	animation-delay: 0ms;
	animation-duration: 1340ms;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

header.fixed .home img {
	bottom: 10px;
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

.search {
	padding: 0 40px 0 30px;
	font-size: 0;
	background: rgba(255, 255, 255, 0.15);
	height: 100px;
	line-height: 100px;
}

header.fixed .search {
	height: 70px;
	line-height: 70px;
}

.head_search1 {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	height: 18px;
	width: 155px;
	font-family: 'SANSCN';
	background: transparent;
}

.head_search2 {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/search.png) no-repeat center center;
}

.head_top .nav {
	position: relative;
	z-index: 10;
}

.nav nav>ul {
	width: 100%;
	float: right;
}

.nav nav>ul>li {
	float: left;
	margin-right: 40px;
	position: relative;
}

.nav nav>ul>li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	position: relative;
}

.nav nav>ul>li>a:hover {
	color: #1c94de;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: -20px;
	width: 160px;
	padding: 12px 20px;
	display: none;
	border-top: 2px solid rgba(255, 255, 255, 1);
	background: rgba(28, 148, 222, 0.8);
}

.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.nav nav>ul>li ol li:hover {
	border-color: #1c94de;
}

.nav nav>ul>li ol li a {
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: left;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	opacity: 0.8;
}

.tel {
	padding: 0 36px 0 66px;
	font-size: 18px;
	color: #fff;
	font-family: 'DIN';
	background: #1c94de url(../img/tel.png) no-repeat 45px center;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #4f4f4f;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px #696969;
	-webkit-box-shadow: 0px 5px 10px #696969;
	box-shadow: 0px 5px 10px #696969;
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 35px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../img/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #4f4f4f none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #4f4f4f;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #4f4f4f;
}

.sliding-menu a.back {
	background: #f6c419;
}

.sliding-menu a:hover {
	background: #f6c419;
}


/*=====================================banner================================*/

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper .swiper-pagination {
	bottom: 60px!important;
}

.bannerswiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
}

.bannerswiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.in1-sec {
	padding: 90px 0;
	background: #fff;	
}

.intitle {
	text-align: center;
	color: #333333;
}

.intitle .t1 {
	font-size: 35px;
	font-weight: bold;
}

.intitle .t2 {
	margin-top: 10px;
	font-size: 16px;
}

.in1-sec .main {
	margin-top: 40px;
}

.in1-sec .main .tabs {
	text-align: center;
}

.in1-sec .main .tabs ul li {
	display: inline-block;
	margin: 0 8px;
	padding: 0 2px;
	font-size: 18px;
	color: #1c94de;
	font-weight: bold;
	border: 2px solid #1c94de;
	border-radius: 4px;
	line-height: 44px;
	background: #fff;
	cursor: pointer;
}

.in1-sec .main .tabs ul li.on {
	background: #1c94de;
	color: #fff;
}

.in1-sec .main .tabsbody {
	margin-top: 40px;
	border-radius: 5px;
	border: 2px solid #f1f2f1;
	box-shadow: 2px 2px 5px #f0f1f0;
	background: #fff;
}

.in1-sec .main .tabsbody .box {
	display: none;
}

.in1-sec .main .tabsbody .box:first-child {
	display: block;
}

.in1-sec .main .tabsbody .box ul li {
	position: relative;
	padding: 15px;
	width: 25%;
	float: left;
}

.in1-sec .main .tabsbody .box ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -60px;
	width: 2px;
	height: 120px;
	background: #f7f7f7;
}

.in1-sec .main .tabsbody .box ul li:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 2px;
	background: #f7f7f7;
}

.in1-sec .main .tabsbody .box ul li:nth-child(5n+1):after {
	display: none;
}

.in1-sec .main .tabsbody .box ul li a {
	display: block;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	text-align: center;
}

.in1-sec .main .tabsbody .box ul li a:hover {
	background: #f6f6f6;
}

.in1-sec .main .tabsbody .box ul li .pic {
	width: 100%;
	margin: 0 auto;
}

.in1-sec .main .tabsbody .box ul li .pic .img2 {
	display: none;
}

.in1-sec .main .tabsbody .box ul li a:hover .img1 {
	display: none;
}

.in1-sec .main .tabsbody .box ul li a:hover .img2 {
	display: block;
}

.in1-sec .main .tabsbody .box ul li .pic img {
	display: block;
	width: 100%;
}

.in1-sec .main .tabsbody .box ul li .tbox {
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	height: 66px;
}

.in1-sec .main .tabsbody .box ul li a:hover .tbox {
	color: #115696;
	font-weight: bold;
}

.in2-sec {
	position: relative;
	background: #f7f7f7 url(../img/aubert.png) no-repeat left bottom;
}

.in2-sec:after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background: url(../img/honorbg.jpg) no-repeat left top;
	background-size: cover;
}

.honortit {
	margin-bottom: 10px;
}

.honortit img {
	height: 33px;
	margin-right: 10px;
}

.in2-sec .intitle {
	text-align: left;
}

.in2-sec .intitle span {
	font-weight: normal;
}

.intitle .xian {
	margin-top: 25px;
	width: 63px;
	height: 4px;
	background: #115696;
}

.in2-sec .main {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 759px;
}

.in2-sec .main .con1 {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-top: 60px;
	padding-right: 60px;
	position: relative;
}

.in2-sec .main .con1 .tbox {
	margin-top: 25px;
	font-size: 15px;
	color: #666666;
	line-height: 22px;
}

.honorlist {
	position: absolute;
	bottom: 105px;
	left: 0;
	width: 840px;
	z-index: 2;
}

.honorswiper {
	position: relative;
}

.honorswiper a {
	display: block;
	background: #fff;
	padding: 10px;
	border: 1px solid #e0e0e0;
}

.honorswiper .pic {
	overflow: hidden;
}

.honorswiper img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.honorswiper a:hover img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.honorswiper .swiper-button-next,
.honorswiper .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 2px;
}

.honorswiper .swiper-button-next {
	right: -15px;
	background: #fff url(../img/hnext.png) no-repeat center center;
}

.honorswiper .swiper-button-prev {
	left: -15px;
	background: #fff url(../img/hprev.png) no-repeat center center;
}

.honorswiper .swiper-button-next:hover {
	background-color: #1c94de;
	background-image: url(../img/hnext0.png);
}

.honorswiper .swiper-button-prev:hover {
	background-color: #1c94de;
	background-image: url(../img/hprev0.png);
}

.honorswiper .swiper-button-next.swiper-button-disabled,
.honorswiper .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.in2-sec .main .con2 {
	width: 50%;
	padding-top: 120px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	z-index: 1;
	text-align: right;
}

.in2-sec .main .box {
	display: inline-block;
	width: 463px;
	text-align: left;
}

.in2-sec .main .con2 .tit {
	color: #fff;
}

.in2-sec .main .con2 .tit .t1 {
	font-size: 20px;
}

.in2-sec .main .con2 .tit .t2 {
	font-size: 30px;
}

.in2-sec .main .con2 .tit .xian {
	margin-top: 25px;
	width: 63px;
	height: 4px;
	background: #fff;
}

.in2-sec .main .con2 .tbox {
	margin-top: 40px;
	font-size: 22px;
	color: #ccddf1;
	line-height: 30px;
}

.honortag {
	margin-top: 90px;
}

.honortag ul li {
	float: left;
	width: 23.1%;
	margin-right: 2.53%;
	margin-bottom: 10px;
}

.honortag ul li:nth-child(4n) {
	margin-right: 0;
}

.honortag ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 35px;
	padding-left: 10px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 2px;
}

.honortag ul li a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.in3-sec {
	padding: 116px 0;
	position: relative;
	background: #e5e5e5 url(../img/cnbg.jpg) no-repeat left top;
	background-size: cover;
}

.in3-sec:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 320px;
	background: url(../img/cnbgtu1.jpg) no-repeat left top;
	background-size: cover;
	z-index: 0;
}

.in3-sec:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 485px;
	background: url(../img/cnbgtu2.jpg) no-repeat left top;
	background-size: cover;
	z-index: 0;
}

.in3-sec .intitle {
	text-align: left;
	position: relative;
	z-index: 1;
}

.in3-sec .intitle .adv {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
}

.in3-sec .intitle .adv a {
	display: inline-block;
	margin-left: 20px;
	width: 320px;
}

.in3-sec .intitle .adv img {
	display: block;
	width: 100%;
}

.in3-sec .main {
	font-size: 0;
	position: relative;
	margin-top: 60px;
	z-index: 1;
	text-align: right;
}

.yewu li{
	display: inline-table;
	table-layout: fixed;
	width: 12.5%;
	text-align: center;
	background: #ffffff;
	height: 204px;
	text-align: center;
}
.yewu li:nth-child(2n){
	background: #f8f8f8;
}
.yewu li .item {
	display: table-cell;
	vertical-align: middle;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}	
.yewu li .item:hover {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.yewu li .item img{
	width: 45px;
}
.yewu li .item .t{
	margin-top: 20px;
	font-size: 22px;
	color: #333333;
}
	
.in3-sec .main ul.chengnuo li {
	display: inline-block;
	width: 25%;
	text-align: center;
}

 

.in3-sec .main ul.chengnuo li:nth-child(1) {
	background: url(../img/cn5.png) no-repeat left top;
	background-size: cover;
}

.in3-sec .main ul.chengnuo li:nth-child(2) {
	background: url(../img/cn6.png) no-repeat left top;
	background-size: cover;
}

.in3-sec .main ul.chengnuo li:nth-child(3) {
	background: url(../img/cn7.jpg) no-repeat left top;
	background-size: cover;
}

.in3-sec .main ul.chengnuo li .box {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 204px;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.in3-sec .main ul.chengnuo li:hover .box {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.in3-sec .main ul.chengnuo li .tbox {
	display: table-cell;
	vertical-align: middle;
}

 

.in3-sec .main ul.chengnuo li .tbox .t1 span {
	font-size: 22px;
	color: #fff;
	position: relative;
	z-index: 1;
}



.in3-sec .main ul.chengnuo li:nth-child(5) .tbox .t1 span,
.in3-sec .main ul.chengnuo li:nth-child(6) .tbox .t1 span {
	color: #fff;
}

 

.in3-sec .main ul.chengnuo li .tbox .t2 {
	margin-top: 25px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding: 0 40px;
}

 

.in3-sec .main ul.chengnuo li .tbox .t3 {
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
}

.in3-sec .main ul.chengnuo li .tbox .t4 {
	font-size: 30px;
	color: #fff;
	font-family: 'DIN';
	font-weight: bold;
}

.in3-sec .main ul.chengnuo li .tbox .tel2 {
	width: 23px;
	margin: 0 auto;
}

.in3-sec .main ul.chengnuo li .tbox .tel2 img {
	display: block;
	width: 100%;
}

.in3-sec .main ul.chengnuo li .zxzx {
	display: block;
	margin: 15px auto 0;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	border-radius: 2px;
	width: 100px;
	line-height: 36px;
	background: #f7f7f7;
}

.in4-sec {
	padding: 80px 0 80px;
	background: #fff;
}

.in4-sec .main {}

.in4-sec .tit {
	position: relative;
	padding-bottom: 30px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.in4-sec .main .newslist {
	float: left;
	width: 65.8%;
}

.newstabs {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
}

.newstabs ul li {
	display: inline-block;
	margin-left: 35px;
	padding-bottom: 30px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	border-bottom: 4px solid #fff;
	cursor: pointer;
}

.newstabs ul li.on {
	color: #115696;
	border-color: #115696;
}

.newstabsbody {
	padding-top: 40px;
	border-top: 2px solid #f7f7f7;
}

.newstabsbody .box {
	display: none;
}

.newstabsbody .box:first-child {
	display: block;
}

.newstabsbody .news1 {
	float: left;
	width: 50%;
	padding-right: 40px;
	border-right: 2px solid #f7f7f7;
}

.newstabsbody .news1 .pic {
	height: 120px;
	overflow: hidden;
}

.newstabsbody .news1 .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.newstabsbody .news1 .pic img:hover {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.newstabsbody .news1 ul li {
	padding: 30px 0;
	border-top: 1px solid #e9e9e9;
}

.newstabsbody .news1 ul li:first-child {
	border-top: none;
}

.newstabsbody .news1 ul li a {
	display: block;
}

.newstabsbody .news1 ul li .tbox {
	position: relative;
	margin-right: 60px;
	padding-right: 35px;
	border-right: 1px solid #e9e9e9;
}

.newstabsbody .news1 ul li .tbox .t1 {
	font-size: 16px;
	color: #007ab9;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}

.newstabsbody .news1 ul li .tbox .t2 {
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 20px;
}

.newstabsbody .news1 ul li a:hover .tbox .t2 {
	color: #007ab9;
}

.newstabsbody .news1 ul li .tbox .time {
	position: absolute;
	right: -60px;
	top: 50%;
	text-align: center;
	width: 60px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	color: #999999;
}

.newstabsbody .news2 {
	float: right;
	width: 50%;
	padding: 15px 0 15px 40px;
}

.news2 ul li {
	position: relative;
}

.news2 ul li a {
	font-size: 14px;
	color: #666666;
	padding-right: 42px;
	height: 40px;
	line-height: 36px;
}

.news2 ul li a:before {
	content: "-  ";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.news2 ul li a:hover {
	color: #007ab9;
}

.news2 ul li .time {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 13px;
	color: #999999;
	line-height: 36px;
}

.in4-sec .main .qalist {
	float: right;
	width: 31.69%;
}

.in4-sec .main .qalist .tit {
	background: url(../img/qatitbg.png) no-repeat right center;
}

.qalist .con {
	height: 433px;
	overflow: hidden;
}

.qalist .con ul li {
	margin-bottom: 20px;
}

.qalist .con ul li a {
	display: block;
	padding: 20px 30px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	background: #f5f9fa;
}

.qalist .con .q,
.qalist .con .a {
	position: relative;
}

.qalist .con .q {
	font-size: 12px;
	color: #444;
}

.qalist .con ul li:hover .q {
	color: #007ab9;
}

.in10_sec .main .qua .con .a {
	font-size: 14px;
	color: #666;
}

.qalist .con em {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-radius: 50%;
}

.qalist .con .q em {
	/*	font-size: 16px;
*/
	background: #666666;
}

.qalist .con .a em {
	background: #056492;
}

.qalist .con ul li span {
	margin-left: 30px;
	line-height: 25px;
	height: 25px;
}

.qalist .con .a span {
	color: #999;
}

.in5-sec {
	padding: 90px 0;
	background: #1178c0 url(../img/casebg.jpg) no-repeat bottom left;
	background-size: cover;
}

.in5-sec .intitle {
	color: #fff;
}

.in5-sec .main {
	margin-top: 40px;
}

.in5-sec .main ul li {
	float: left;
	width: 31.6%;
	margin-left: 2.6%;
}

.in5-sec .main ul li:first-child {
	margin-left: 0;
}

.in5-sec .main ul li .box {
	position: relative;
	display: block;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
	padding: 50px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.in5-sec .main ul li .box:hover {
	background: rgba(255, 255, 255, 0.3);
}

.cetag {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #eb5519;
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	border-radius: 2px;
	padding: 0 10px;
}

.in5-sec .main ul li:first-child .cetag {
	background: #8b60fb;
}

.in5-sec .main .box:nth-child(2) .cetag {
	background: #ffc162;
}

.in5-sec .main ul li .cmp {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.in5-sec .main ul li:first-child .cmp {
	text-align: center;
}

.in5-sec .main ul li .picbox {
	display: table-cell;
	vertical-align: middle;
	width: 50px;
}

.in5-sec .main ul li .pic {
	height: 50px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.in5-sec .main ul li:first-child .picbox {
	display: block;
	margin: 0 auto 15px;
	width: 210px;
}

.in5-sec .main ul li:first-child .pic {
	height: 136px;
}

.in5-sec .main ul li .pic img {
	width: 100%;
	display: block;
	height:100%;
}

.in5-sec .main ul li .cmp span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.in5-sec .main ul li:first-child .cmp span {
	display: block;
}

.in5-sec .main ul li .tbox1 {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	line-height: 20px;
	height: 40px;
}

.in5-sec .main ul li:first-child .tbox1 {
	height: 80px;
}

.in5-sec .main ul li .box:hover .tbox1 {
	opacity: 0.8;
}

.in5-sec .main ul li .tbox2 {
	padding: 26.5px 0;
	font-size: 14px;
	color: #cbdef9;
	font-weight: bold;
	line-height: 20px;
	background: url(../img/biaodian.png) no-repeat left top;
	background-size: 100% auto;
}

.in5-sec .main ul li .xian {
	height: 1px;
	background: #fff;
	opacity: 0.2;
	margin: 30px 0 20px;
}

.caselist {
	height: 440px;
	position: relative;
	display: block;
	background: rgba(255, 255, 255, 0.1);
	padding: 50px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.caselist:hover {
	background: rgba(255, 255, 255, 0.3);
}

.blogswiper {
	height: 280px;
}

.blogswiper a {
	font-size: 15px;
	color: #fff;
	line-height: 39px;
	height: 40px;
	opacity: 0.6;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blogswiper a:before {
	content: "· ";
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	/*opacity: 0.6;*/
}

.blogswiper a:hover {
	opacity: 1;
	border-bottom-color: #fff;
}

.caselist .arrow {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

.bnext,
.bprev {
	display: inline-block;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 2px;
	cursor: pointer;
}

.bnext {
	background: url(../img/hnext0.png) no-repeat center center;
}

.bnext:hover {
	background: #fff url(../img/hnext.png) no-repeat center center;
}

.bprev {
	background: url(../img/hprev0.png) no-repeat center center;
}

.bprev:hover {
	background: #fff url(../img/hprev.png) no-repeat center center;
}

.in6-sec {
	position: relative;
	background: #fff;
	min-height: 480px;
}

.in6-sec .main1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}

.in6-sec .main1 iframe {
	display: block;
	border: none;
}

.in6-sec .main2 {
	float: right;
	width: 50%;
}

.in6-sec .main2 .tit {
	font-size: 25px;
	color: #333333;
	font-weight: bold;
}

.keywords {
	padding: 40px 0 30px 60px;
}

.keywords .tit .change {
	background: url(../img/huan.png) no-repeat left center;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	padding-left: 20px;
	float: right;
	margin-top: 5px
}

.keywords .tit .change:hover {
	opacity: 0.8;
}

.klist {
	margin-top: 25px;

	font-size: 0;
	overflow: hidden
}
.in6-sec .main2 .klist{
	height: 90px;
}

.klist a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	height: 35px;
	line-height: 32px;
	border-radius: 25px;
	border: 1px solid #e9e9e9;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 18%;
	text-align: center;
}

.klist a:hover {
	color: #115696;
	border-color: #115696;
}

.message {
	padding: 25px 60px 25px;
	background: #fff url(../img/liuyanbg.png) no-repeat left bottom;
	box-shadow: 0px 0px 35px rgba(88, 89, 89, 0.08);
}

.message .tit {
	font-size: 25px;
	font-weight: bold;
	color: #115696;
}

.form {
	margin-top: 20px;
	font-size: 0;
	text-align: right;
}

.form .inputtext {
	display: inline-block;
	font-size: 14px;
	color: #999;
	width: 48.2%;
	line-height: 40px;
	height: 42px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	background: #f5f9fa url(../img/fm1.png) no-repeat 10px center;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 10px;
}

.form .inputtext:nth-child(2n) {
	margin-left: 3.6%;
}

.form .inputtext:nth-child(2) {
	background-image: url(../img/fm2.png);
}

.form .inputtext:nth-child(3) {
	background-image: url(../img/fm3.png);
}

.form .inputtext:nth-child(4) {
	background-image: url(../img/fm4.png);
}

.submit {
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	/*width: 48.2%;*/
	width: 32.4%;
	line-height: 40px;
	height: 42px;
	border: 1px solid #115696;
	border-radius: 2px;
	background: #115696;
	text-align: center;
	cursor: pointer;
}

.submit:hover {
	-moz-box-shadow: 0px 0px 15px rgba(17, 86, 150, 0.6);
	-webkit-box-shadow: 0px 0px 15px rgba(17, 86, 150, 0.6);
	box-shadow: 0px 0px 15px rgba(17, 86, 150, 0.6);
}

.form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

.form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

.form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

.form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

.yzmbox {
	width: 64%;
	display: inline-block;
	margin-top: 10px;
	margin-right: 3.6%;
	font-size: 14px;
	color: #999999;
}

.yzmtext {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	width: 31%;
	line-height: 40px;
	height: 42px;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	background: #fff;
	text-align: left;
	text-indent: 10px;
}

.yzm {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
}

.yzm img {
	width: 105px;
	height: 42px;
	vertical-align: middle;
}

.yzm span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}


/*===================================foot================================*/

footer {
	background: #1d1d1d;
}

.foot {
	padding: 100px 0 80px;
	background: #000 url(../img/footbg.jpg) no-repeat left top;
	background-size: cover;
}

.foot .keywords {
	float: left;
	width: 36.7%;
	padding: 0;
}

.foot .keywords .tit {
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
}

.foot .klist a {
	height: 30px;
	line-height: 28px;
	border-color: #212126;
	width: 21%;
}

.foot .klist a:hover {
	color: #fff;
	border-color: #fff;
}

.foot dt {
	margin-bottom: 20px;
	font-size: 22px;
	color: #ffffff;
}

.foot dd {
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}

.foot dd a {
	color: #999999;
}

.foot dd a:hover {
	color: #fff;
}

.foot .f1,
.foot .f2 {
	float: left;
	margin-left: 7.35%;
}

.foot .f1 {
	width: 14.7%;
}

.foot .f2 {
	width: 22.3%;
}

.qqzxzx {
	display: block;
	margin-top: 35px;
	width: 132px;
	height: 35px;
	line-height: 33px;
	border: 1px solid #666666;
	border-radius: 2px;
	padding-left: 40px;
	font-size: 16px;
	color: #ffffff;
	font-family: 'SANSCN';
	background: url(../img/qq.png) no-repeat 15px center;
}

.qqzxzx:hover {
	-moz-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
}

.foot .f3 {
	float: right;
	width: 8.6%;
}

.foot .f3 img {
	display: block;
	width: 100%;
}

.foot .f3 .t {
	margin-top: 10px;
	font-size: 13px;
	color: #999999;
	text-align: center;
}

.frilink {
	margin-top: 50px;
	padding: 19px 0;
	border-bottom: 1px solid #36363f;
	border-top: 1px solid #36363f;
}

.frilink strong {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	background: url(../img/frilink.png) no-repeat left center;
}

.frilink a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
}

.frilink a:hover {
	color: #fff;
}

.frilink a:after {
	content: "|";
	color: #36363f;
	margin-left: 10px;
	margin-right: 5px;
}

.copyright {
	padding: 30px 0;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

.copyright a {
	color: #666666;
}


/*===================================news================================*/

.ny-sec {
	padding: 40px 0 20px;
	background: #f7f7f7;
}

.nyleft {
	float: left;
	width: 24.78%;
}

.nyright {
	float: right;
	width: 73%;
}

.nybannert {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nybannert .tbox {
	position: relative;
}

.nybannert .tbox .en {
	font-size: 200px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.1;
}

.nybannert .tbox .con {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nybannert .tbox .ch {
	font-size: 50px;
	color: #ffffff;
	font-family: 'SANSCN';
	font-weight: bold;
}

.nybannert .xian {
	margin: 25px auto 0;
	width: 58px;
	height: 4px;
	border-radius: 2px;
	background: #1c94de;
}

.wtbg {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}

.weizhi {
	border-bottom: 2px solid #f5f9fa;
	height: 80px;
	line-height: 80px;
	padding: 0 50px;
	font-size: 0;
}

.weizhi strong {
	position: relative;
	display: inline-block;
	font-size: 25px;
	color: #333333;
}

.weizhi strong:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 4px;
	background: #1c94de;
}

.wz2 {
	float: right;
	font-size: 14px;
	color: #999999;
	padding-left: 16px;
	background: url(../img/home.png) no-repeat left center;
}

.wz2 a {
	margin-right: 5px;
	color: #999;
}

.ny-nav {
	margin-bottom: 30px;
	padding: 40px 0;
	background: #fff;
	border-radius: 10px;
}

.ny-nav dt {}

.ny-nav dt a {
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #666666;
	-moz-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.ny-nav dt a:before {
	content: "";
	width: 6px;
	height: 21px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.ny-nav dt a:hover,
.ny-nav dl.active a {
	color: #1c94de;
	background: #f5f9fa url(../img/hnext.png) no-repeat 95% center;
}

.ny-nav dt a:hover:before,
.ny-nav dl.active a:before {
	background: #1c94de;
}

.contact {
	background: #319de0 url(../img/contactbg.jpg) no-repeat left top;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	padding: 50px 0;
	margin-bottom: 30px;
}

.contact .t1 {
	font-size: 35px;
	font-family: 'SANSCN';
	font-weight: bold;
}

.contact .t2 {
	font-size: 16px;
}

.contact .xian {
	width: 220px;
	margin: 20px auto 25px;
	height: 1px;
	background: #fff;
}

.contact .t3 {
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
}

.contact .t3 strong {
	font-size: 16px;
}

.contact .pic {
	width: 45px;
	margin: 0 auto;
}

.contact .pic img {
	display: block;
	width: 100%;
}

.reqa {
	background: #fff;
	border-radius: 10px;
	padding: 35px 10px;
	margin-bottom: 30px;
}

.reqa .tit {
	line-height: 33px;
	padding-bottom: 15px;
	border-bottom: 2px solid #f7f7f7;
}

.reqa .tit strong {
	font-size: 25px;
	color: #333333;
}

.reqa .tit .more {
	float: right;
	font-size: 14px;
	color: #999999;
}

.reqa .list {
	margin-top: 20px;
}

.reqa .list ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #666666;
}

.reqa .list ul li a:hover {
	color: #1c94de;
}

.reqa .list ul li em {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	border-radius: 50%;
}

.reqa .list ul li .q em {
	background: #666666;
}

.reqa .list ul li span {
	margin-left: 30px;
	line-height: 30px;
	height: 30px;
}

.reqa .list2 {
	margin-top: 20px;
}

.reqa .list2 ul li a {
	font-size: 14px;
	color: #1c94de;
	height: 36px;
	line-height: 36px;
}

.reqa .list2 ul li a:before {
	content: "- ";
	font-size: 14px;
	color: #1c94de;
	font-weight: bold;
}

.renews {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
}

.renews .tit {
	padding: 35px 10px;
	font-size: 25px;
	color: #ffffff;
	line-height: 33px;
	background: #1c94de url(../img/renewstit.jpg) no-repeat left top;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}

.renews .tit .more {
	float: right;
	font-size: 14px;
	color: #fff;
}

.renews .news2 {
	padding:10px;
}

.nymain {
	padding: 35px 20px;
}

.newsmain {}

.newsmain .main1 {
	margin-bottom: 45px;
	padding-left: 130px;
	position: relative;
}

.newsmain .main1 .ymd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 73px;
	text-align: center;
	color: #fff;
	background: url(../img/ymd.png) no-repeat left top;
}

.newsmain .main1 .dd {
	font-size: 30px;
	line-height: 40px;
}

.newsmain .main1 .ym {
	font-size: 12px;
	line-height: 14px;
}

.newsmain .main1 a {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #f5f9fa;
}

.newsmain .main1 .pic {
	width: 39.4%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.newsmain .main1 .pic img {
	display: block;
	width: 100%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.newsmain .main1 a:hover .pic img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.newsmain .main1 .tbox {
	width: 60.6%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.newsmain .main1 .tbox .t1 {
	font-size: 16px;
	color: #007ab9;
	font-weight: bold;
	line-height: 36px;
	height: 36px;
}

.newsmain .main1 .tbox .t2 {
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	height: 40px;
}

.newsmain .main1 .tbox .t3 {
	margin-top: 25px;
	width: 101px;
	height: 31px;
	line-height: 29px;
	border: 1px solid #1c94de;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1c94de;
}

.newsmain .main1 .tbox .t3:hover {
	background: #fff;
	color: #1c94de;
}

.newsmain .main2 {}

.newsmain .main2 ul li {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: -1px;
}

.newsmain .main2 ul li:first-child {
	border-top: #fff;
}

.newsmain .main2 ul li:hover {
	-moz-box-shadow: 0px 0px 24px rgba(232, 232, 232, 0.4);
	-webkit-box-shadow: 0px 0px 24px rgba(232, 232, 232, 0.4);
	box-shadow: 0px 0px 24px rgba(232, 232, 232, 0.4);
}

.newsmain .main2 ul li a {
	display: block;
	padding: 15px 30px;
}

.newsmain .main2 .tbox {
	padding-right: 160px;
	position: relative;
}

.newsmain .main2 .tbox .time {
	font-size: 13px;
	color: #999999;
	line-height: 25px;
}

.newsmain .main2 .tbox .t1 {
	font-size: 16px;
	color: #007ab9;
	line-height: 26px;
	height: 26px;
}

.newsmain .main2 .tbox .t2 {
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 40px;
}

.newsmain .main2 .t3 {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 101px;
	height: 31px;
	line-height: 29px;
	border: 1px solid #1c94de;
	text-align: center;
	font-size: 14px;
	background: #fff;
	color: #1c94de;
}

.newsmain .main2 .t3:hover {
	color: #fff;
	background: #1c94de;
}

.page {
	margin-top: 60px;
	margin-bottom: 70px;
	text-align: center;
}

.page a {
	display: inline-block;
	margin-left: 10px;
	width: 46px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	background: #f5f9fa;
	font-size: 15px;
	color: #616873;
}

.page a.prev {
	text-indent: -9999px;
	background: #f5f9fa url(../img/pagel0.png) no-repeat center center;
}

.page a.next {
	text-indent: -9999px;
	background: #f5f9fa url(../img/pager0.png) no-repeat center center;
}

.page a.prev:hover {
	background-image: url(../img/pagel1.png);
}

.page a.next:hover {
	background-image: url(../img/pager1.png);
}

.page a:hover,
.page a.on {
	color: #fff;
	background-color: #1c94de;
}

.ny-sec .in1-sec {
	padding: 0;
}

.ny-sec .in1-sec .tit {
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	position: relative;
	top: 40px;
	margin-top: -33px;
}

.ny-sec .in1-sec .main {
	margin: 0;
	position: relative;
	z-index: 2;
}

.ny-sec .in1-sec .main .tabs {
	text-align: right;
}

.ny-sec .in1-sec .main .tabs ul li {
	margin:2px;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 4px;
	line-height: 38px;
}

.ny-sec .in1-sec .main .tabsbody {
	margin-top: 40px;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: #fff;
}

.ny-sec .in1-sec .main .tabsbody .box ul li {
	padding: 0;
	margin-bottom: 30px;
}

.ny-sec .in1-sec .main .tabsbody .box ul li:after {
	top: 0;
	margin-top: 0;
	height: 100%;
	width: 1px;
}

.ny-sec .in1-sec .main .tabsbody .box ul li:before {
	display: none;
}

.ny-sec .in1-sec .main .tabsbody .box ul li a {
	padding: 15px 0;
}

.ny-sec .in1-sec .main .tabsbody .box ul li .pic {
	width: 80%;
}

.ny-sec .in1-sec .main .tabsbody .box ul li .tbox {
	font-size: 13px;
	line-height: 20px;
}

.newdetails {}

.newdetails .tit1 {
	position: relative;
	padding: 7.5px 25px;
	line-height: 45px;
	font-size: 18px;
	color: #1c94de;
	font-weight: bold;
	background: #f5f9fa;
}

.newdetails .tit1:before {
	content: "";
	width: 6px;
	height: 21px;
	background: #1c94de;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.newdetails .tit2 {
	margin-top: 25px;
	font-size: 14px;
	color: #999999;
	padding: 0 25px;
}

.newdetails .tit2 span {
	padding-left: 25px;
}

.newdetails .tit2 .sp1 {
	margin-right: 55px;
	background: url(../img/newsico1.png) no-repeat left center;
}

.newdetails .tit2 .sp2 {
	margin-right: 35px;
	background: url(../img/newsico2.png) no-repeat left center;
}

.newdetails .tit2 .sp3 {
	background: url(../img/newsico3.png) no-repeat left center;
}

.details {
	padding: 40px 30px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.details img {
	display: block;
	margin: 0 auto;
	max-width: 100%!important;
}

.newdetails .tags {
	font-size: 0;
}

.newdetails .tags span {
	margin-bottom: 10px;
	font-size: 14px;
	color: #1c94de;
	line-height: 30px;
	display: inline-block;
}

.newdetails .tags a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	font-size: 12px;
	color: #999999;
	line-height: 30px;
	background: #F5F9FA;
	border-radius: 25px;
}

.newdetails .tags a:hover {
	background: #b4d4e7;
}

.page2 {
	margin-top: 20px;
	padding: 20px 30px;
	background: #f0f5f8;
	font-size: 0;
}

.page2 a {
	width: 50%;
	display: inline-block;
	position: relative;
}

.page2 .jiantou {
	position: absolute;
	top: 50%;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	background: #f5f9fa;
	text-indent: -9999px;
}

.page2 a.prev {
	padding-left: 68px;
	padding-right: 20px;
}

.page2 a.next {
	padding-left: 20px;
	padding-right: 68px;
}

.page2 a.prev .jiantou {
	left: 0;
	background: #fff url(../img/pagel0.png) no-repeat center center;
}

.page2 a.next .jiantou {
	right: 0;
	background: #fff url(../img/pager0.png) no-repeat center center;
}

.page2 a.prev:hover .jiantou {
	background-image: url(../img/pagel1.png);
	background-color: #1c94de;
}

.page2 a.next:hover .jiantou {
	background-image: url(../img/pager1.png);
	background-color: #1c94de;
}

.page2 .t {
	font-size: 14px;
	color: #666;
	line-height: 46px;
	height: 46px;
}

.newsback {
	margin-top: 30px;
	text-align: center;
}

.newsback a {
	font-size: 16px;
	color: #1c94de;
}

.recont .tit {
	font-size: 25px;
	color: #333333;
	font-weight: bold;
}

.recont .news2 {
	margin-top: 30px;
}

.recont .news2 ul li {
	width: 46%;
	float: left;
}

.recont .news2 ul li:nth-child(2n) {
	margin-left: 8%;
}


/*===================================case================================*/

.casemain {}

.table {}

.table table {
	width: 100%;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	border: 1px solid #000;
}

.table table tr {
	background: #fff;
}

.table table tr:nth-child(2n) {
	background: #d9d9d9;
}

.table table tr td {
	padding-left: 10px;
	padding-right: 10px;
}


/*===================================contact================================*/

.contactmain {}

.contactmain .main1 {
	height: 395px;
}

.contactmain .main1 iframe {
	display: block;
	border: none;
}

.contactmain .main2 {
	margin-top: 25px;
	padding-left: 30px;
}

.contactmain .main2 .tit {
	margin-top: 55px;
}

.contactmain .main2 .tit .en {
	position: relative;
	top: 58px;
	left: -30px;
	margin-top: -104px;
	font-size: 86px;
	color: #999999;
	text-transform: uppercase;
	font-family: 'DIN';
	font-weight: bold;
	opacity: 0.05;
	z-index: 0;
}

.contactmain .main2 .tit .ch {
	font-size: 25px;
	color: #333333;
}

.contactmain .main2 .tit .xian {
	margin-top: 20px;
	width: 42px;
	height: 4px;
	background: #1c94de;
}

.contactmain .main2 ul {
	font-size: 0;
}

.contactmain .main2 ul li {
	margin-top: 20px;
	width: 33.33%;
	/*float: left;*/
	display: inline-block;
}

.contactmain .main2 ul li.address {
	width: 100%;
}

.contactmain .main2 ul li .box {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.contactmain .main2 ul li .box .pic {
	width: 64px;
	display: table-cell;
	vertical-align: top;
}

.contactmain .main2 ul li .box .pic img {
	display: block;
	width: 100%;
}

.contactmain .main2 ul li .box .tbox {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
}

.contactmain .main2 ul li .box .tbox .t1 {
	font-size: 14px;
	color: #666666;
}

.contactmain .main2 ul li .box .tbox .t2 {
	font-size: 16px;
	color: #333333;
}

.contactmain .main3 {
	margin-top: 75px;
}

.contactmain .message {
	padding: 45px 30px 80px;
}


/*==================================consult=================================*/

.consultmain .main2 ul li a {
	display: table;
	table-layout: fixed;
	padding: 30px;
}

.consultmain .main2 .pic {
	display: table-cell;
	vertical-align: middle;
	width: 126px;
	height: 126px;
	border-radius: 5%;
	overflow: hidden;
}

.consultmain .main2 .pic img {
	display: block;
	width: 100%;
}

.consultmain .main2 .tbox {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}


/*===================================================================*/

.zhuantimain {
	display: table;
	table-layout: fixed;
}

.zhuantimain .pic {
	width: 36.88%;
	display: table-cell;
	vertical-align: middle;
}

.zhuantimain .pic img {
	display: block;
	width: 100%;
}

.zhuantimain .tbox {
	width: 63.12%;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding-left: 35px;
}


/*================================about===================================*/

.aboutmain {}

.aboutmain .main1 {
	position: relative;
	padding-bottom: 67px;
}

.aboutmain .main1 img {
	display: block;
	width: 100%;
}

.aboutmain .main1 .tbox {
	position: absolute;
	bottom: 0;
	left: 3.4%;
	width: 93.2%;
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	padding: 30px;
	background: #1c94de;
}

.aboutmain .main2 {
	margin: 40px 0 60px 0;
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}


/*===================================响应式================================*/

@media only screen and (max-width:1680px) {
	.nav nav>ul>li {
		margin-right: 20px;
	}
	.intitle .t1 {
		font-size: 33px;
	}
}

@media only screen and (max-width:1440px) {
	.w {
		width: 1200px;
	}
	.head_top .logo {
		padding: 0 20px;
	}
	.head_search1 {
		width: 120px;
	}
	.search {
		padding: 0 25px 0 15px;
		height: 85px;
		line-height: 85px;
	}
	.tel {
		padding: 0 20px 0 40px;
		background-position-x: 20px;
	}
	.head_top {
		line-height: 85px;
	}
	.nav nav>ul>li {
		margin-right: 12px;
	}
	.intitle .t1 {
		font-size: 30px;
	}
	.in1-sec,
	.in4-sec,
	.in5-sec {
		padding: 40px 0;
	}
	.in1-sec .main .tabsbody .box ul li a {
		padding: 20px 0;
	}
	.in1-sec .main .tabsbody .box ul li .tbox {
		font-size: 15px;
	}
	.honorlist {
		width: 700px;
	}
	.in2-sec .main .con2 .tbox {
		font-size: 20px;
	}
	.in3-sec .intitle .adv a {
		width: 260px;
	}
	.foot {
		padding: 50px 0;
	}
	.foot dt {
		font-size: 20px;
	}
	.frilink {
		margin-top: 30px;
	}
	.copyright {
		padding: 20px 0;
	}
	.message {
		padding-left: 25px;
		padding-right: 25px;
	}
	.ny-sec .in1-sec .main .tabsbody .box ul li .tbox {
		height: 60px;
	}
}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1280px) {
	.w {
		width: 1152px;
	}
	.head_search1 {
		width: 85px;
	}
	.head_top .logo {
		padding: 0 15px;
	}
	.home a {
		padding: 0 5px;
	}
	.search {
		padding: 0 15px;
	}
	.nav nav>ul>li {
		margin-right: 10px;
	}
	.nav nav>ul>li>a {
		font-size: 15px;
	}
	.tel {
		font-size: 16px;
		padding: 0 20px 0 30px;
		background-position-x: 10px;
	}
	.intitle .t1 {
		font-size: 28px;
	}
	.honorlist {
		width: 640px;
		bottom: 70px;
	}
	.in2-sec .main {
		height: 680px;
	}
	.in5-sec .main ul li .box,
	.caselist {
		padding: 50px 30px;
	}
	.yzm img {
		width: 80px;
	}
	.foot dt {
		font-size: 18px;
	}
}

@media only screen and (max-width:1200px) {
	.w {
		width: 960px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		display: block;
		height: 50px;
	}
	.bannerswiper .swiper-pagination {
		bottom: 30px!important;
	}
	.in1-sec,
	.in4-sec,
	.in5-sec {
		padding: 30px 0;
	}
	.in1-sec .main .tabsbody .box ul li .tbox {
		height: 66px;
	}
	.in1-sec .main .tabs ul li {
		padding: 0 15px;
		font-size: 16px;
		line-height: 38px;
	}
	.in2-sec .main {
		height: 650px;
	}
	.honorlist {
		position: static;
		width: 100%;
		margin-top: 30px;
	}
	.honortag {
		margin-top: 30px;
	}
	.intitle .t1,
	.in4-sec .tit,
	.in2-sec .main .con2 .tit .t2 {
		font-size: 26px;
	}
	.in2-sec .main .con2 .tbox {
		font-size: 18px;
	}
}

@media only screen and (max-width:1024px) {
	.in3-sec .intitle .adv a {
		width: 210px;
	}
	.in3-sec .main ul.chengnuo li .tbox .t1 strong {
		font-size: 50px;
	}
	.in3-sec .main ul.chengnuo li .tbox .t2 {
		padding: 0 10px;
	}
	.in3-sec .main ul.chengnuo li .tbox .t4 {
		font-size: 26px;
	}
	.in5-sec .main ul li .tbox2 {
		padding: 16.5px 0;
	}
	.in5-sec .main ul li .cmp {
		font-size: 14px;
	}
	.in6-sec {
		margin-top: 30px;
	}
	.in6-sec .main1 {
		position: static;
		width: 100%;
		height: 320px;
	}
	.in6-sec .main2 {
		float: none;
		width: 100%;
	}
	.foot {
		padding: 30px 0;
	}
	.keywords {
		padding: 30px 0;
	}
	.foot .keywords,
	.foot .f1 {
		display: none;
	}
	.foot .f2 {
		width: 60%;
		margin-left: 0;
	}
	.foot .f3 {
		width: 10%;
	}
	.nybannert .tbox .en {
		font-size: 170px;
	}
	.newsmain .main1 .tbox .t2,
	.newsmain .main1 .tbox .t3 {
		margin-top: 7px;
	}
	.newsmain .main1 {
		padding-left: 115px;
	}
	.contactmain .main2 ul li {
		width: 100%;
	}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.in2-sec .main .con1 {
		width: 100%;
		display: block;
		padding: 30px 0;
	}
	.in2-sec .main .con2 {
		width: 100%;
		display: block;
		background: url(../img/honorbg.jpg) no-repeat left top;
		background-size: cover;
		text-align: center;
		padding: 30px 0;
	}
	.in2-sec:after {
		display: none;
	}
	.in3-sec .intitle .adv a {
		width: 160px;
	}
	.in3-sec .main ul.chengnuo li .tbox .t2 {
		font-size: 14px;
		line-height: 22px;
	}
	.in3-sec .main ul.chengnuo li .tbox .t4 {
		font-size: 22px;
	}
	.in3-sec .main ul.chengnuo li .box {
		height: 180px;
	}
	.in3-sec .main ul.chengnuo li .tbox .t1 span,.yewu li .item .t {
		font-size: 20px;
	}
	.in4-sec .main .newslist {
		width: 100%;
	}
	.in4-sec .main .qalist {
		margin-top: 30px;
		width: 100%;
	}
	.in5-sec .main ul li {
		width: 100%;
		margin: 0;
	}
	.in5-sec .main ul li .tbox2 {
		background: none;
	}
	.in5-sec .main ul li .xian {
		margin: 10px 0;
	}
	.foot .f3 {
		width: 14%;
	}
	.nybannert .tbox .en {
		font-size: 120px;
	}
	.nybannert .tbox .ch {
		font-size: 35px;
	}
	.nyleft {
		display: none;
	}
	.ny-sec {
		padding: 20px 0;
	}
	.nyright {
		width: 100%;
	}
	.weizhi strong {
		font-size: 18px;
	}
	.page {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:560px) {
	.intitle .t1,
	.in4-sec .tit,
	.in6-sec .main2 .tit,
	.in2-sec .main .con2 .tit .t2,
	.message .tit {
		font-size: 20px;
	}
	.intitle .t2 {
		font-size: 14px;
	}
	.in1-sec .main .tabs ul li {
		margin: 2px;
	}
	.bannerswiper .swiper-pagination {
		bottom: 10px!important;
	}
	.in1-sec .main .tabsbody .box ul li {
		width: 50%;
	}
	.in1-sec .main .tabsbody .box ul li:before {
		width: 80px;
		margin-left: -40px;
	}
	.in1-sec .main .tabsbody .box ul li:nth-child(5n+1):after {
		display: block;
	}
	.in1-sec .main .tabsbody .box ul li:nth-child(3n+1):after {
		display: none;
	}
	.in1-sec .main .tabsbody .box ul li .tbox {
		font-size: 13px;
	}
	.in2-sec .main .con2 {
		padding: 30px;
	}
	.in2-sec .main .box {
		width: 100%;
	}
	.in2-sec .main .con2 .tbox {
		margin-top: 20px;
		font-size: 16px;
		line-height: 22px;
	}
	.honortag ul li {
		width: 48%;
		margin-right: 4%;
	}
	.honortag ul li:nth-child(4n) {
		margin-right: 4%;
	}
	.honortag ul li:nth-child(2n) {
		margin-right: 0;
	}
	.in3-sec {
		padding: 30px 0;
	}
	.in3-sec:after,
	.in3-sec:before {
		display: none;
	}
	.in3-sec .intitle .adv {
		position: static;
		margin-top: 20px;
	}
	.in3-sec .intitle .adv a {
		width: 49%;
		margin-left: 2%;
	}
	.in3-sec .intitle .adv a:first-child {
		margin-left: 0;
	}
	
	.in3-sec .main {
		margin-top: 20px;
	}
	.in3-sec .main ul.chengnuo li {
		width: 100%;
	}
	.newstabsbody .news1 {
		width: 100%;
		padding-right: 0;
		border: none;
	}
	.in4-sec .tit {
		padding-bottom: 15px;
	}
	.newstabs ul li {
		margin-left: 10px;
		padding-bottom: 15px;
		font-size: 16px;
	}
	.newstabsbody .news1 ul li {
		padding: 15px 0;
	}
	.newstabsbody .news2 {
		padding: 30px 0 0;
		width: 100%;
	}
	.in6-sec {
		margin-bottom: 30px;
	}
	.form {
		text-align: left;
	}
	.form .inputtext {
		width: 100%;
	}
	.form .inputtext:nth-child(2n) {
		margin-left: 0;
	}
	.yzmbox {
		width: 100%;
		margin-right: 0;
	}
	.yzmtext {
		width: 24%;
	}
	.submit {
		width: 100%;
	}
	.foot .f2 {
		width: 70%;
	}
	.foot .f3 {
		width: 26%;
	}
	.foot dd {
		line-height: 22px;
	}
	.foot dt {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.frilink {
		display: none;
	}
	.qqzxzx {
		margin-top: 20px;
	}
	.copyright {
		padding: 15px 0;
		font-size: 12px;
	}
	.weizhi {
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
	}
	.weizhi strong {
		font-size: 15px;
	}
	.wz2 {
		display: none;
	}
	.aboutmain .main1 {
		padding-bottom: 0;
	}
	.aboutmain .main1 .tbox {
		position: static;
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		padding: 15px;
	}
	.aboutmain .main2 {
		margin-top: 30px;
		font-size: 14px;
		line-height: 22px;
	}
	.nymain {
		padding: 30px 10px;
	}
	.ny-sec .in1-sec .tit {
		font-size: 20px;
		position: static;
		margin-top: 0px;
	}
	.ny-sec .in1-sec .main .tabs {
		margin-top: 20px;
		text-align: left;
	}
	.ny-sec .in1-sec .main .tabsbody .box ul li {
		margin-bottom: 10px;
	}
	.nybannert .tbox .en {
		font-size: 50px;
	}
	.nybannert .tbox .ch {
		font-size: 20px;
	}
	.nybannert .xian {
		width: 24px;
		margin-top: 10px;
	}
	.consultmain .main2 ul li a {
		padding: 10px;
	}
	.newsmain .main2 .tbox {
		padding-right: 0;
	}
	.newsmain .main2 .t3 {
		position: static;
		margin-top: 15px;
	}
	.consultmain .main2 .pic {
		width: 90px;
		height: 90px;
	}
	.page a {
		width: 30px;
		height: 30px;
		line-height: 28px;
	}
	.table table {
		line-height: 24px;
	}
	.newsmain .main1 {
		padding-left: 0;
		margin-bottom: 10px;
	}
	.newsmain .main1 .ymd {
		z-index: 1;
	}
	.newsmain .main1 .pic {
		width: 100%;
		display: block;
	}
	.newsmain .main1 .tbox {
		width: 100%;
		display: block;
		padding: 15px;
	}
	.newsmain .main2 ul li a {
		padding: 15px 0;
	}
	.newdetails .tit1 {
		font-size: 16px;
	}
	.newdetails .tit2 {
		padding: 0;
	}
	.newdetails .tit2 span {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
	.details {
		padding: 20px 0;
		font-size: 14px;
		line-height: 22px;
	}
	.page2 {
		padding: 28px 5px;
	}
	.page2 .t {
		display: none;
	}
	.recont .news2 {
		margin-top: 20px;
	}
	.recont .news2 ul li {
		width: 100%;
	}
	.recont .news2 ul li:nth-child(2n) {
		margin-left: 0;
	}
	.contactmain .main1 {
		height: 320px;
	}
	.contactmain .main2 .tit .en {
		font-size: 60px;
		top: 45px;
	}
	.contactmain .main2 .tit .ch {
		font-size: 18px;
	}
	.contactmain .main2 ul li .box .tbox .t2 {
		font-size: 14px;
	}
	.contactmain .main3 {
		margin-top: 25px;
	}
	.contactmain .message {
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.zhuantimain .pic {
		width: 100%;
		display: block;
	}
	.zhuantimain .tbox {
		width: 100%;
		display: block;
		font-size: 14px;
		line-height: 22px;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.yewu li {
    width: 50%;
    height: 140px;
}
.yewu li:nth-child(4n+3) {
    background: #f8f8f8;
}
.yewu li:nth-child(4n) {
    background: #fff;
}
	
}

@media only screen and (max-width:380px) {}

@media only screen and (max-width:320px) {}
 